home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18203 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: newsfeed.tip.net!usenet
  2. From: Fredrik Sj=?iso-8859-2?Q?=F6=F6 <frsj@syntronic.se>?=
  3. Newsgroups: comp.lang.c++
  4. Subject: Dll in Watcom C++ 10.5
  5. Date: Fri, 19 Apr 1996 09:51:28 -0700
  6. Organization: Syntronic AB
  7. Message-ID: <3177C490.2745@syntronic.se>
  8. NNTP-Posting-Host: a5113.dial.tip.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-2
  11. Content-Transfer-Encoding: quoted-printable
  12. X-Mailer: Mozilla 2.0 (Win16; I)
  13.  
  14. Hi!
  15.  
  16. I=B4ve made a DLL under NT in Visual C++ 2.0 and using an =
  17.  
  18. application made in Borland C/C++ 4.5
  19. to call the functions in the DLL.
  20. Convert using implib on a made .def file (something like this):
  21. EXPORTS
  22.   _Foo =3D Foo
  23. All functions in the dll is declared as __export.
  24. This combination works just fine, but (there is always a but) =
  25.  
  26. then i tried to compile the dll under
  27. Watcom C++ 10.5 (got the compilation successful) and tried to =
  28.  
  29. use the (watcom)dll in the Borland
  30. made application -> BOOM
  31. "The procedure entry point Foo could not be located in dynamic =
  32.  
  33. link library Dummy.dll"
  34.  
  35. Tried watcom wlib to convert a .lbc file to a .lib for but the =
  36.  
  37. same result :(
  38.  
  39. Anyone out there that had the same sort of problem or any bright =
  40.  
  41. idea! Dont hesitate to mail me!
  42.  
  43. Yours    : Fredrik
  44. E-mail    : Frsj@syntronic.se
  45.